home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / cbv0150u.zip / CALLBACK.BAT < prev    next >
DOS Batch File  |  1992-05-15  |  229b  |  8 lines

  1. @ECHO OFF
  2. REM This batch file can be used if you are running CBV in its own directory.
  3. REM Make sure that you have the file name in //CHAINEDIT as  CALLBACK %1
  4. REM if you plan to use this batch file.
  5. CD CBVDIR
  6. CBV %1
  7. CD..
  8.